PUT api/mva/update

Request Information

URI Parameters

None.

Body Parameters

RequestMVAUpdate
NameDescriptionTypeAdditional information
Address

string

None.

CityID

integer

None.

ID

integer

None.

IsActive

boolean

None.

Label

string

None.

LocalityID

integer

None.

ProvinceID

integer

None.

TypeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Address": "sample string 1",
  "CityID": 2,
  "ID": 3,
  "IsActive": true,
  "Label": "sample string 5",
  "LocalityID": 6,
  "ProvinceID": 7,
  "TypeID": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.